home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TLAYOUTCUSTOMIZEFORM / TLAYOUTCUSTOMIZEFORM.txt
Text File  |  2005-08-08  |  5KB  |  172 lines

  1. object LayoutCustomizeForm: TLayoutCustomizeForm
  2.   Left = 219
  3.   Top = 183
  4.   Width = 231
  5.   Height = 323
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'LayoutCustomizeForm'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LayoutControl: TdxLayoutControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 223
  21.     Height = 289
  22.     Align = alClient
  23.     TabOrder = 0
  24.     AutoContentSizes = [acsWidth, acsHeight]
  25.     LookAndFeel = lfStandard
  26.     object pcMain: TPageControl
  27.       Left = 4
  28.       Top = 4
  29.       Width = 217
  30.       Height = 241
  31.       ActivePage = tshItems
  32.       TabOrder = 0
  33.       object tshItems: TTabSheet
  34.         Caption = 'Items'
  35.         object lcItems: TdxLayoutControl
  36.           Left = 0
  37.           Top = 0
  38.           Width = 209
  39.           Height = 213
  40.           Align = alClient
  41.           TabOrder = 0
  42.           AutoContentSizes = [acsWidth, acsHeight]
  43.           LookAndFeel = lfStandard
  44.           object lbItems: TListBox
  45.             Left = 6
  46.             Top = 6
  47.             Width = 129
  48.             Height = 145
  49.             Style = lbOwnerDrawFixed
  50.             BorderStyle = bsNone
  51.             Color = clBtnFace
  52.             ItemHeight = 13
  53.             TabOrder = 0
  54.             OnDrawItem = lbItemsDrawItem
  55.             OnMeasureItem = lbItemsMeasureItem
  56.           end
  57.           object TdxLayoutGroup
  58.             ShowCaption = False
  59.             Hidden = True
  60.             ShowBorder = False
  61.             object lcItemsItem1: TdxLayoutItem
  62.               AutoAligns = [aaHorizontal]
  63.               AlignVert = avClient
  64.               Control = lbItems
  65.             end
  66.           end
  67.         end
  68.       end
  69.       object tshGroups: TTabSheet
  70.         Caption = 'Groups'
  71.         ImageIndex = 1
  72.         object lcGroups: TdxLayoutControl
  73.           Left = 0
  74.           Top = 0
  75.           Width = 209
  76.           Height = 213
  77.           Align = alClient
  78.           TabOrder = 0
  79.           AutoContentSizes = [acsWidth, acsHeight]
  80.           LookAndFeel = lfStandard
  81.           object lbGroups: TListBox
  82.             Left = 6
  83.             Top = 6
  84.             Width = 145
  85.             Height = 149
  86.             Style = lbOwnerDrawFixed
  87.             BorderStyle = bsNone
  88.             Color = clBtnFace
  89.             ItemHeight = 13
  90.             TabOrder = 0
  91.             OnClick = lbGroupsClick
  92.             OnDrawItem = lbGroupsDrawItem
  93.             OnMeasureItem = lbGroupsMeasureItem
  94.           end
  95.           object btnGroupsCreate: TButton
  96.             Left = 25
  97.             Top = 233
  98.             Width = 75
  99.             Height = 23
  100.             Caption = 'Create'
  101.             TabOrder = 1
  102.             OnClick = btnGroupsCreateClick
  103.           end
  104.           object btnGroupsDelete: TButton
  105.             Left = 106
  106.             Top = 233
  107.             Width = 75
  108.             Height = 23
  109.             Caption = 'Delete'
  110.             TabOrder = 2
  111.             OnClick = btnGroupsDeleteClick
  112.           end
  113.           object TdxLayoutGroup
  114.             ShowCaption = False
  115.             Hidden = True
  116.             ShowBorder = False
  117.             object lcGroupsItem1: TdxLayoutItem
  118.               AutoAligns = [aaHorizontal]
  119.               AlignVert = avClient
  120.               Control = lbGroups
  121.             end
  122.             object lcGroupsGroup1: TdxLayoutGroup
  123.               AutoAligns = [aaVertical]
  124.               AlignHorz = ahCenter
  125.               ShowCaption = False
  126.               Hidden = True
  127.               LayoutDirection = ldHorizontal
  128.               ShowBorder = False
  129.               object lcGroupsItem4: TdxLayoutItem
  130.                 AutoAligns = [aaVertical]
  131.                 AlignHorz = ahClient
  132.                 Caption = 'Button1'
  133.                 ShowCaption = False
  134.                 Control = btnGroupsCreate
  135.                 ControlOptions.ShowBorder = False
  136.               end
  137.               object lcGroupsItem2: TdxLayoutItem
  138.                 AutoAligns = [aaVertical]
  139.                 AlignHorz = ahClient
  140.                 Caption = 'Button2'
  141.                 ShowCaption = False
  142.                 Control = btnGroupsDelete
  143.                 ControlOptions.ShowBorder = False
  144.               end
  145.             end
  146.           end
  147.         end
  148.       end
  149.     end
  150.     object TdxLayoutGroup
  151.       ShowCaption = False
  152.       Hidden = True
  153.       ShowBorder = False
  154.       object LayoutControlItem1: TdxLayoutItem
  155.         AutoAligns = [aaHorizontal]
  156.         AlignVert = avClient
  157.         Control = pcMain
  158.         ControlOptions.ShowBorder = False
  159.       end
  160.     end
  161.   end
  162.   object LookAndFeels: TdxLayoutLookAndFeelList
  163.     Left = 154
  164.     Top = 66
  165.     object lfStandard: TdxLayoutStandardLookAndFeel
  166.       ItemOptions.ControlBorderStyle = lbsFlat
  167.       Offsets.RootItemsAreaOffsetHorz = 3
  168.       Offsets.RootItemsAreaOffsetVert = 3
  169.     end
  170.   end
  171. end
  172.